home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-03-16 | 2.3 KB | 119 lines |
-
- ;
- ; List of supported printers, manufacturers
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%SW2000%
- LayoutFile=layout.inf
- ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
- Class=Printer
-
- ;
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
- ;
- [Manufacturer]
- "HP"
-
- ;
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
- ;
-
- [HP]
- "HP Color LaserJet 5/5M (HP)" = HPCLJ5M
- ;"HP Color LaserJet 5/5M (CLJ5FR)" = HPCLJ5FR
-
- ;
- ; Installer Sections
- ;
- ; These sections control file installation, and reference all files that
- ; need to be copied. The section name will be assumed to be the driver
- ; file, unless there is an explicit DriverFile section listed.
- ;
-
- [HPCLJ5M]
- CopyFiles=@HPC3.DLL,HPCLJ,HPCLJ_UICORE
- DataSection=HPCLJ_DATA
- DataFile=HPC3.DLL
-
- [HPCLJ5FR]
- CopyFiles=@HPC3.DLL,HPCLJFR,HPCLJFR_UI
- DataSection=HPCLJ_DATA
- DataFile=HPC3.DLL
-
- ; Copy Sections
- ;
- ; Lists of files that are actually copied. These sections are referenced
- ; from the installer sections, above. Only create a section if it contains
- ; two or more files (if we only copy a single file, identify it in the
- ; installer section, using the @filename notation) or if it's a color
- ; profile (since the DestinationDirs can only handle sections, and not
- ; individual files).
- ;
-
- [HPCLJ]
- HPC3UI.DLL
- HPC3PCL5.HLP
- READCLJ5.WRI
- HPC3INFO.DLL
- HPC3LANG.DLL
- CONF32.DLL
-
- [HPCLJ_UICORE]
- HPC3PCL5.HLP
- READCLJ5.WRI
- HPC3INFO.DLL
- HPC3LANG.DLL
- CONF32.DLL
-
- [HPCLJFR]
- HPC3UI.DLL
- HPC3PCL5.HLP
- READCLJ5.WRI
- HPC3INFO.DLL
- HPC3LANG.DLL
- CONF32.DLL
- HPC_UMPD.DLL
- HPCCPANL.EXE
-
- [HPCLJFR_UI]
- HPC3PCL5.HLP
- READCLJ5.WRI
- HPC3INFO.DLL
- HPC3LANG.DLL
- CONF32.DLL
- HPC_UMPD.DLL
- HPCCPANL.EXE
-
- ;
- ; Data Sections
- ;
- ; These sections contain data that is shared between devices.
- ;
-
- [HPCLJ_DATA]
- DriverFile=HPC3.DLL
- ConfigFile=HPC3UI.DLL
- HelpFile=HPC3PCL5.HLP
-
- ;
- ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
- ; (depending on which environment drivers are getting installed)
- ;
-
- [DestinationDirs]
- DefaultDestDir=66000
- HPCLJ_UICORE=11
- HPCLJFR_UI=11
-
- ;
- ; Localizable Strings
- ;
- [Strings]
- SW2000="Software 2000 Ltd."
-